Open-Meteo Weather Forecast Scraper — Hourly & Daily Data
Pricing
from $3.00 / 1,000 results
Open-Meteo Weather Forecast Scraper — Hourly & Daily Data
Fetch high-resolution weather forecasts from Open-Meteo for multiple locations at once — hourly temperature, precipitation, wind, humidity, plus daily summaries. No API key required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Compute Edge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Open-Meteo Weather Forecast Scraper
Fetch high-resolution weather forecasts from Open-Meteo — a free, open-source weather API — for unlimited locations in a single Actor run. Returns hourly or daily forecasts with temperature, precipitation, wind, humidity, cloud cover, surface pressure and WMO weather codes. No API key required.
Open-Meteo aggregates data from national weather services (NOAA, DWD, MeteoFrance, ECMWF, JMA and others) and serves it through one consistent JSON API. This Actor lets you batch-fetch forecasts for many places at once and dump them straight into a dataset.
Why scrape Open-Meteo?
- Logistics: weather risk for delivery / dispatch operations across regions.
- Energy: short-term forecasts for solar and wind generation planning.
- Agriculture: precipitation and temperature for farm operations.
- Retail: weather-driven demand forecasting (umbrellas, ice cream, salt).
- Travel: pre-trip forecast roll-ups for itineraries.
- AI: weather context features for ML models.
Output fields (hourly mode)
| Field | Description |
|---|---|
locationName | The label you provided |
latitude / longitude / elevation | Resolved coordinates |
timeIso | UTC hour timestamp |
temperature | 2 m temperature |
humidity | 2 m relative humidity (%) |
precipitation / rain / snowfall | Mm of precipitation |
windSpeed / windDirection | 10 m wind |
cloudCover | % |
surfacePressure | hPa |
weatherCode | WMO weather code |
units | Echo of unit labels (per request) |
In daily mode you get max/min temperature, precipitation sum, max wind, sunrise/sunset and the daily weather code.
How to use
- Provide
locationsas'Label|lat|lon'strings (e.g.'Tokyo|35.6762|139.6503'). If left empty a default set of 10 major world cities is used. - Choose
granularity(hourlyordaily) andforecastDays(1–16). - Pick
temperatureUnit(celsius/fahrenheit) andwindSpeedUnit. - Run.
Pricing
Pay-per-result. Each forecast row (location × time) is one record. A default run (10 cities × 72 hours) returns ~720 records.
Other actors
- NDBC Marine Buoy Observations Scraper
- USGS Water Services Scraper
- NOAA Tides Scraper
FAQ
Is Open-Meteo really free? Yes — fully free for non-commercial use, with reasonable rate limits. Commercial users should sponsor or use their commercial endpoint.
Which models? Open-Meteo automatically picks the best regional/global model unless you override.
Can I do historical data? This Actor focuses on forecasts. Open-Meteo also has a separate historical-archive endpoint.
Legal
Powered by Open-Meteo.com. Please attribute Open-Meteo when redistributing data.